CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Lu decomposition

搜索资源列表

  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8333
    • 提供者:wzz
  1. Lufenjie

    0下载:
  2. LU 分解先行方程,里面算法详细,这个算法功能全面-LU decomposition first equation, which detail the algorithm, the algorithm for full-featured
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:8764
    • 提供者:
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4007
    • 提供者:chen changqing
  1. LU

    0下载:
  2. 通过LU分解解线形方程组,有输入输出的说明-Through the LU decomposition solution of linear equations, there are input-output descr iption of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1596
    • 提供者:weiwei
  1. superlu_3.1.tar

    1下载:
  2. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perf
  3. 所属分类:Algorithm

    • 发布日期:2015-07-02
    • 文件大小:1956097
    • 提供者:anfangde
  1. LU

    0下载:
  2. 用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:885
    • 提供者:lihousen
  1. 1

    0下载:
  2. lu分解一个非常好的利用LU分解法求逆矩阵的程序,其... 详细说明:这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的-lu decomposition of a very good use of LU decomposition of matrix inversion procedures, a detailed descr iption of its ...: This is a very good use of LU decomposition of matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:670
    • 提供者:丁叮
  1. LU

    0下载:
  2. LU分解的一个小代码,数值分析课是写的,简单但是好用-source code for LU decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:774
    • 提供者:阿锦
  1. lu

    0下载:
  2. 数值计算方法中的LU分解法,此程序中只用了1个距阵存放所有元素-Numerical method of LU decomposition method, this procedure with only one store all the elements of matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:545
    • 提供者:ming
  1. LU

    0下载:
  2. 本程序采用数值分析中经典的LU分解法解线性方程组-This program uses numerical analysis of the classical LU decomposition method for solving linear equations
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:28048
    • 提供者:bill_chuang
  1. GAUSSsuanfa

    0下载:
  2. 直接三角分解法(LU分解法)求线性方程组的解-The direct triangular decomposition (LU decomposition method) of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2647
    • 提供者:李沆
  1. gussl

    0下载:
  2. 掌握用MATLAB编写LU分解法与PLU分解法的程序;-The preparation of master LU decomposition method with MATLAB and the PLU decomposition procedure
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13041
    • 提供者:于雨
  1. Alg_LU

    0下载:
  2. the LU decomposition is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:529318
    • 提供者:criskell
  1. LUDECOPOSITION

    0下载:
  2. This the c code for lu decomposition-This is the c code for lu decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:29105
    • 提供者:Ritesh Kumar
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. teacher_fortran

    0下载:
  2. LU分解法 修正的LU分解法 高斯全选主元法 雅克比矩阵等算法-LU decomposition LU decomposition method modified Gaussian Select PCA Fnac other than the matrix algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3305
    • 提供者:chen
  1. LU

    0下载:
  2. LU分解尽管比较简单,然而在工程中有很大用途,比如图像处理,电网分析,数值计算中都有应用-LU decomposition although relatively simple, but great use in the project, such as image processing, network analysis, numerical calculations are applied
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:670
    • 提供者:刘良勇
  1. Numerical_Methods_matlab

    0下载:
  2. matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:322627
    • 提供者:jinghai
  1. lu

    0下载:
  2. 基于数值计算的矩阵分解。LU算法,并对分解后的矩阵与原矩阵进行比较和验证。-Based on the numerical calculation of decomposing matrix. LU decomposition algorithm, and the comparison with the original matrix matrix and verified.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1020
    • 提供者:张平
  1. LU_Decom

    0下载:
  2. LU分解,基于MATLAB开发,求上三角函数和下三角函数-LU decomposition, based on the MATLAB development, and lower demand on the trigonometric functions trigonometric functions
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:638
    • 提供者:王昆
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com